home *** CD-ROM | disk | FTP | other *** search
- /******************************************************************************
- *
- * NSSDC/CDF Header file for CDFinquire.
- *
- * Version 1.1, 24-Feb-92, ST Systems (STX)
- *
- * Modification history:
- *
- * V1.0 24-Feb-92, J Love Original version.
- *
- ******************************************************************************/
-
- /******************************************************************************
- * Macro constants.
- ******************************************************************************/
-
- #define MAX_COL_TO_USE 78
-
- /******************************************************************************
- * Function Prototypes.
- ******************************************************************************/
-
- #if defined(vms) | defined(__MSDOS__)
- void OutInfoBlock (void);
- void OutHeaderBlock (void);
- void OutGlobalAttrs (void);
- void OutVarAttrs (void);
- void OutVariables (void);
- void DisplayVerRelInc (void);
- void StatusHandler (CDFstatus);
- #endif
-
- #if defined(unix)
- void OutInfoBlock ();
- void OutHeaderBlock ();
- void OutGlobalAttrs ();
- void OutVarAttrs ();
- void OutVariables ();
- void DisplayVerRelInc ();
- void StatusHandler ();
- #endif
-
-